agents.anac.y2010.Southampton.analysis
Class RealEvaluationSection

java.lang.Object
  extended by agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
      extended by agents.anac.y2010.Southampton.analysis.RealEvaluationSection

public class RealEvaluationSection
extends ContinuousEvaluationSection


Field Summary
 
Fields inherited from class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
evalLowerBound, evalUpperBound, lowerBound, upperBound
 
Constructor Summary
RealEvaluationSection(double lowerBound, double evalLowerBound, double upperBound, double evalUpperBound)
           
 
Method Summary
 double getNormal(double weight)
           
 
Methods inherited from class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
getEvalLowerBound, getEvalUpperBound, getLowerBound, getTopPoint, getUpperBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealEvaluationSection

public RealEvaluationSection(double lowerBound,
                             double evalLowerBound,
                             double upperBound,
                             double evalUpperBound)
Method Detail

getNormal

public double getNormal(double weight)
Specified by:
getNormal in class ContinuousEvaluationSection
Returns: